home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / Game / R / Robowar 3.0.sit / RoboWar 3.0 / More Robots / Silo IV / Silo IV
Encoding:
Text File  |  1990-04-10  |  512 b   |  11 lines  |  [RobW/RWAR]

  1. {An improvement without TacNuke...}
  2. {Matthew Sakai, 1/16/90}
  3. start: random aim' store 2 speedx' store 3 speedy' store
  4. main: x 275 > left if x 25 < right if y 275 > up if y 25 < down if collision kill if aim 17 + aim' store range 0 > shoot if main jump
  5. right: 2 speedx' store return
  6. kill: range 0 > shoot if aim 60 + aim' store collision not ec if kill jump
  7. down: 3 speedy' store return
  8. ec: drop main jump
  9. up: -2 speedy' store return
  10. shoot: 50 missile' store 50 missile' store return
  11. left: -1 speedx' store return